Searched refs:start_label (Results 1 – 5 of 5) sorted by relevance
21 start_label=$(cat "$smackfsdir/ambient" 2>/dev/null)31 echo "$start_label" 2>/dev/null > "$smackfsdir/ambient"34 if [ "$label" != "$start_label" ]; then36 "\"$label\", not the expected \"$start_label\"."
21 start_label=$(cat "$smackfsdir/onlycap" 2>/dev/null)31 echo "$start_label" 2>/dev/null > "$smackfsdir/onlycap"34 if [ "$label" != "$start_label" ]; then36 "\"$label\", not the expected \"$start_label\"."
22 start_label=$(cat /proc/self/attr/current 2>/dev/null)32 echo "$start_label" 2>/dev/null > /proc/self/attr/current35 if [ "$label" != "$start_label" ]; then37 "\"$label\", not the expected \"$start_label\"."
220 void set_start_label(const CNodePtr &start_label) { start_label_ = start_label; } in set_start_label() argument
2769 GtkWidget *start_label, *stop_label; in create_ui() local2902 start_label = gtk_label_new ("Seek start:"); in create_ui()2903 gtk_grid_attach (GTK_GRID (advanced_seek_grid), start_label, 4, 0, 1, 1); in create_ui()